Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial implementation of the Vec<T, A: Allocator> type #1

Merged
merged 11 commits into from
Sep 25, 2024
Merged

Conversation

amunra
Copy link
Collaborator

@amunra amunra commented Sep 25, 2024

Initial implementation for the vector type.
A few basic methods that we'll surely end up needing.
This is not intended to be a full mirror of the whole standard lib's Vec API.

@amunra amunra marked this pull request as ready for review September 25, 2024 10:45
Copy link

@puzpuzpuz puzpuzpuz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but it'd be good if @eugenels could take a look.

src/vec.rs Show resolved Hide resolved
@amunra amunra merged commit 6650c39 into main Sep 25, 2024
18 checks passed
@amunra amunra deleted the vec branch September 25, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants